home *** CD-ROM | disk | FTP | other *** search
/ The Guinness Encyclopedia / The Guinness Encyclopedia - Wayzata Technology (3221-1B) (Disc 1) (1995).iso / mac / nature / 16in_nat.ure / stack_-1.xml < prev    next >
Extensible Markup Language  |  1995-08-15  |  24KB  |  193 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
  3. <stack>
  4.     <name>in.ure</name>
  5.     <id>-1</id>
  6.     <cardCount>174</cardCount>
  7.     <cardID>2059</cardID>
  8.     <listID>3922</listID>
  9.     <cantModify><false /></cantModify>
  10.     <cantDelete><false /></cantDelete>
  11.     <cantAbort><false /></cantAbort>
  12.     <cardSize>
  13.         <width>640</width>
  14.         <height>640</height>
  15.     </cardSize>
  16.     <script>global lastCardglobal lastBookon openCardenable menuItem "Print Text" of menu "File"enable menuItem "Print Image" of menu "File"enable menu "Edit"enable menu "Go"enable menuItem "Copy Text" of menu "Edit"enable menuItem "Copy Image" of menu "Edit"put the number of lines in the voices into xif x > 0 thenenable menu "Reader"end ifif field "Caption" is EMPTY thenhide field "Caption"hide field "cTitle"hide field "cLine1"hide field "cLine2"elseshow field "Caption"show field "cTitle"show field "cLine1"show field "cLine2"end ifSend colorMe to this cardpass openCardunlock screenend openCardon WTIgoToSectiongo to card "x1" of stack "Guinness:mac:16in encyclopedia"end WTIgoToSectionon WTIgoToSubSectionput the short name of this card into xCardput char 2 to 4 of xCard into nCardif nCard < 20 thenput "x1a" into xCardelse if nCard < 40 thenput "x1b" into xCardelse if nCard < 58 thenput "x1c" into xCardelse if nCard < 62 thenput "x1d" into xCardelseput "x1e" into xCardend if--  put xCard-- x1 + (a - e)go to card xCard of stack "Guinness:mac:16in encyclopedia"-- answer "not in yet..."end WTIgoToSubSectionon WTIgoToSpreadput the short name of this card into xCardput char 1 to 5 of xCard & "1" into nCardgo to card nCardend WTIgoToSpreadon DisposeVideoglobal movieNameif movieName is not empty then-- put windows() into xListif offset( movieName, windows() ) = 0 thenelseclose window movieNameend ifput empty into movieNameend ifend DisposeVideoon PlayMovie movieSName, pPathglobal movieNameset cursor to 4DisposeVideo -- in case one's already thereput "Guinness:" & pPath & movieSName into MyMoovie-- put MyMoovie--QTMovie OpenMovie, windoid, MyMoovie, deepest, dontPaintWhite, closeOnFinish--  QTMovie OpenMovie, windoid, MyMoovie, deepest,,,,,,loopQTMovie OpenMovie, windoid, MyMoovie, deepest,,,,,,get the result-- put it into movieID-- put movieIDif "Error" is in it then-- put the resultanswer "Couldn't Play That Movie"exit PlayMovieelseput movieSName into movieNameend ifend PlayMovieon PlayMovieLooped movieSName, pPathglobal movieNameset cursor to 4DisposeVideo -- in case one's already thereput "Guinness:" & pPath & movieSName into MyMoovie-- put MyMoovie--QTMovie OpenMovie, windoid, MyMoovie, deepest, dontPaintWhite, closeOnFinishQTMovie OpenMovie, windoid, MyMoovie, deepest,,,,,,loop-- QTMovie OpenMovie, windoid, MyMoovie, deepest,,,,,,get the result-- put it into movieID-- put movieIDif "Error" is in it then-- put the resultanswer "Couldn't Play That Movie"exit PlayMovieLoopedelseput movieSName into movieNameend ifend PlayMovieLoopedon closeCardglobal lastCardglobal lastBookstop speechDisposeVideo -- in case one's already thereput "Guinness:Mac:Nature:Nature" into lastBookput the number of this card into lastCardset cursor to 4lock screenpass closeCardend closeCardon WTIprintImageget the short name of this cardput char 2 to 8 of it into xImageput "guinness:mac:Nature:" & xImage into fName-- put fNameput field "CAPTION" into xTitleput empty into char 200 of xTitlePICTPrint fName, xTitleend WTIprintImageon WTIcopyImageget the short name of this cardput char 2 to 8 of it into xImageput "guinness:mac:Nature:" & xImage into fName-- put fNamePICTtoScrap fNameend WTIcopyImageon colorMeAddColor colorCard,stamp,30end colorMe--on openStack--  AddColor install--  pass openStack--end openStack--on closeStack--  AddColor remove--  pass closeStack--end closeStackon startUpAddColor install,8AddColor enableend startUp------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------on closeStackAddColor remove-- Called upon HOME or OPEN STACKdisable menu "Reader"pass closeStackend closeStack------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------on openStackset lockScreen to true-- put "OPEN NATURE"AddColor installglobal QToperationalput 1 into QToperationalset lockMessages to trueQTMovie versionput the result into xxxxput it into kkkif "Error" is in xxxx thenanswer "QuickTime is not available, some options will not be available"put 0 into QToperationalend ifset lockMessages to false-- helpMenu                                             -- Display CATEGORIES menupass openStackset lockScreen to falseenable menuItem "Print Text" of menu "File"enable menuItem "Print Image" of menu "File"enable menu "Edit"enable menu "Go"enable menuItem "Copy Text" of menu "Edit"enable menuItem "Copy Image" of menu "Edit"put the number of lines in the voices into xif x > 0 thenenable menu "Reader"end if-- enable menuItem "Caption" of menu "Reader"-- enable menuItem "Main Text" of menu "Reader"end openStackon resumeStackenable menuItem "Print Text" of menu "File"enable menuItem "Print Image" of menu "File"enable menu "Edit"enable menu "Go"enable menuItem "Copy Text" of menu "Edit"enable menuItem "Copy Image" of menu "Edit"put the number of lines in the voices into xif x > 0 thenenable menu "Reader"end ifend resumeStackon doMenu menuItemif menuItem is "Go Back" thenWTIgobackelse if menuItem is "Help" thenWTIhelpexit doMenuelse if menuItem is "Main" thenWTImainelse if menuItem is "Gallery" thenWTIgalleryelse if menuItem is "Explorer" thenWTIexploreelse if menuItem is "Credits" thenWTIcreditselse if menuItem is "Encyclopedia" thenWTIencyclelse if menuItem is "Languages" thengo to card 1 of stack "Guinness:mac:language samples" in a new windowelse if menuItem is "Print Text" thenWTIprintTextelse if menuItem is "Print Image" thenWTIprintImageelse if menuItem is "Copy Image" thenWTIcopyImageelse if menuItem is "About Hypercard..." thenWTIcreditsexit doMenuelse if menuItem is "Quit Encyclopedia" thendoMenu "Quit HyperCard"exit doMenuelse if menuItem is "Caption" thenstop speechspeak field "Caption"else if menuItem is "Main Text" thenstop speechspeak field "Text"else if menuItem is "Copy Text" thenget the selectedText -- (bg field "Text")if it is empty thenselect text of bg field "Text"end ifend ifpass doMenuend doMenuon WTIcreditsgo to card 1 of stack "Guinness:mac:16in Credits"end WTIcreditson WTInextif the number of this card = number of cards thengo to card "x1" of stack "Guinness:mac:16in Encyclopedia"elsego to nextend ifend WTInexton WTIpreviousif the number of this card = 1 thengo to card "x1" of stack "Guinness:mac:16in Encyclopedia"elsego to previousend ifend WTIpreviouson WTImaingo to card 1 of stack "Guinness:Mac:16in Main"end WTImainon WTIhelpgo to card 1 of stack "Guinness:Mac:16in Help"end WTIhelpon WTIquitdoMenu "Quit HyperCard"end WTIquiton WTIexplorego to card 1 of stack "Guinness:Mac:16in Explorer"end WTIexploreon WTIgallerygo to card 1 of stack "Guinness:Mac:16in Gallery"end WTIgalleryon WTIencyclgo to card 1 of stack "Guinness:Mac:16in Encyclopedia"end WTIencyclon WTIgobackglobal lastCardglobal lastBook--  go to card lastCard of lastBookgo to recent cardend WTIgobackon WTIgotopage CardN-- go to card CardN--  answer "go to card # " & CardN && "not in yet!"-- put CharToNum(CardN) into pp-- fix itput trunc( ((CardN)/2) ) * 2 into pp-- if pp -- make sure is even!!!if pp < 10 then   -- pad with 000's--put NumToChar(pp) into xput "p00" & pp & "-1" into pppelse if pp < 99 then-- put NumToChar(pp) into xput "p0" & pp & "-1" into pppelse-- put NumToChar(pp) into xput "p" & pp & "-1" into pppend if-- put CardN && pp && ppp && char 2 to 6 of pppif last char of ppp is return thendelete last char of pppend ifif pp < 74 thengo to card ppp of stack "Guinness:MAC:Nature:16in Nature"else if pp < 106 thengo to card ppp of stack "Guinness:MAC:Earth:16in Earth"else if pp < 198 thengo to card ppp of stack "Guinness:MAC:Living:16in Living"else if pp < 252 thengo to card ppp of stack "Guinness:MAC:Human:16in Human"else if pp < 302 thengo to card ppp of stack "Guinness:MAC:World:16in World"else if pp < 358 thengo to card ppp of stack "Guinness:MAC:Technology:16in Technology"else if pp < 456 thengo to card ppp of stack "Guinness:MAC:History:16in History"else if pp < 498 thengo to card ppp of stack "Guinness:MAC:Religion:16in Religion"else if pp < 566 thengo to card ppp of stack "Guinness:MAC:Arts:16in Arts"else if pp < 600 thengo to card ppp of stack "Guinness:MAC:Music:16in Music"else if pp < 656 thengo to card ppp of stack "Guinness:MAC:Language:16in Language"elseanswer "Sorry, Countries of the World is not available here."end ifend WTIgotopageon WTIprintTextprint bg field textend WTIprintText</script>
  17.     <background id="5472" file="background_5472.xml" name="generic" />
  18.     <card id="2059" file="card_2059.xml" marked="false" name="p004-1" owner="5472" />
  19.     <card id="2525" file="card_2525.xml" marked="false" name="p004-2" owner="5472" />
  20.     <card id="3068" file="card_3068.xml" marked="false" name="p004-3" owner="5472" />
  21.     <card id="4151" file="card_4151.xml" marked="false" name="p004-4" owner="5472" />
  22.     <card id="4660" file="card_4660.xml" marked="false" name="p004-5" owner="5472" />
  23.     <card id="5012" file="card_5012.xml" marked="false" name="p004-6" owner="5472" />
  24.     <card id="5344" file="card_5344.xml" marked="false" name="p006-1" owner="5472" />
  25.     <card id="5643" file="card_5643.xml" marked="false" name="p006-2" owner="5472" />
  26.     <card id="6365" file="card_6365.xml" marked="false" name="p006-3" owner="5472" />
  27.     <card id="6435" file="card_6435.xml" marked="false" name="p008-1" owner="5472" />
  28.     <card id="6818" file="card_6818.xml" marked="false" name="p008-2" owner="5472" />
  29.     <card id="7142" file="card_7142.xml" marked="false" name="p008-3" owner="5472" />
  30.     <card id="7374" file="card_7374.xml" marked="false" name="p008-4" owner="5472" />
  31.     <card id="7671" file="card_7671.xml" marked="false" name="p010-1" owner="5472" />
  32.     <card id="7794" file="card_7794.xml" marked="false" name="p010-2" owner="5472" />
  33.     <card id="7980" file="card_7980.xml" marked="false" name="p010-3" owner="5472" />
  34.     <card id="8420" file="card_8420.xml" marked="false" name="p010-4" owner="5472" />
  35.     <card id="8448" file="card_8448.xml" marked="false" name="p010-5" owner="5472" />
  36.     <card id="8875" file="card_8875.xml" marked="false" name="p010-6" owner="5472" />
  37.     <card id="8987" file="card_8987.xml" marked="false" name="p012-1" owner="5472" />
  38.     <card id="9432" file="card_9432.xml" marked="false" name="p012-2" owner="5472" />
  39.     <card id="9643" file="card_9643.xml" marked="false" name="p012-3" owner="5472" />
  40.     <card id="9838" file="card_9838.xml" marked="false" name="p012-4" owner="5472" />
  41.     <card id="9999" file="card_9999.xml" marked="false" name="p012-5" owner="5472" />
  42.     <card id="10426" file="card_10426.xml" marked="false" name="p014-1" owner="5472" />
  43.     <card id="10605" file="card_10605.xml" marked="false" name="p014-2" owner="5472" />
  44.     <card id="10868" file="card_10868.xml" marked="false" name="p014-3" owner="5472" />
  45.     <card id="11129" file="card_11129.xml" marked="false" name="p014-4" owner="5472" />
  46.     <card id="11407" file="card_11407.xml" marked="false" name="p014-5" owner="5472" />
  47.     <card id="11697" file="card_11697.xml" marked="false" name="p014-6" owner="5472" />
  48.     <card id="11890" file="card_11890.xml" marked="false" name="p016-1" owner="5472" />
  49.     <card id="12202" file="card_12202.xml" marked="false" name="p016-2" owner="5472" />
  50.     <card id="12455" file="card_12455.xml" marked="false" name="p016-3" owner="5472" />
  51.     <card id="12693" file="card_12693.xml" marked="false" name="p018-1" owner="5472" />
  52.     <card id="12945" file="card_12945.xml" marked="false" name="p018-2" owner="5472" />
  53.     <card id="13257" file="card_13257.xml" marked="false" name="p018-3" owner="5472" />
  54.     <card id="13412" file="card_13412.xml" marked="false" name="p018-4" owner="5472" />
  55.     <card id="13789" file="card_13789.xml" marked="false" name="p018-5" owner="5472" />
  56.     <card id="13925" file="card_13925.xml" marked="false" name="p020-1" owner="5472" />
  57.     <card id="14265" file="card_14265.xml" marked="false" name="p020-2" owner="5472" />
  58.     <card id="14504" file="card_14504.xml" marked="false" name="p020-3" owner="5472" />
  59.     <card id="14698" file="card_14698.xml" marked="false" name="p020-4" owner="5472" />
  60.     <card id="15085" file="card_15085.xml" marked="false" name="p020-5" owner="5472" />
  61.     <card id="15265" file="card_15265.xml" marked="false" name="p022-1" owner="5472" />
  62.     <card id="15503" file="card_15503.xml" marked="false" name="p022-2" owner="5472" />
  63.     <card id="15639" file="card_15639.xml" marked="false" name="p022-3" owner="5472" />
  64.     <card id="16098" file="card_16098.xml" marked="false" name="p022-4" owner="5472" />
  65.     <card id="16228" file="card_16228.xml" marked="false" name="p022-5" owner="5472" />
  66.     <card id="16503" file="card_16503.xml" marked="false" name="p022-6" owner="5472" />
  67.     <card id="16883" file="card_16883.xml" marked="false" name="p022-7" owner="5472" />
  68.     <card id="17049" file="card_17049.xml" marked="false" name="p022-8" owner="5472" />
  69.     <card id="17218" file="card_17218.xml" marked="false" name="p022-9" owner="5472" />
  70.     <card id="17483" file="card_17483.xml" marked="false" name="p024-1" owner="5472" />
  71.     <card id="17914" file="card_17914.xml" marked="false" name="p024-2" owner="5472" />
  72.     <card id="17998" file="card_17998.xml" marked="false" name="p024-3" owner="5472" />
  73.     <card id="18283" file="card_18283.xml" marked="false" name="p024-4" owner="5472" />
  74.     <card id="18447" file="card_18447.xml" marked="false" name="p024-5" owner="5472" />
  75.     <card id="18769" file="card_18769.xml" marked="false" name="p024-6" owner="5472" />
  76.     <card id="19112" file="card_19112.xml" marked="false" name="p026-1" owner="5472" />
  77.     <card id="19250" file="card_19250.xml" marked="false" name="p026-2" owner="5472" />
  78.     <card id="19705" file="card_19705.xml" marked="false" name="p026-3" owner="5472" />
  79.     <card id="19801" file="card_19801.xml" marked="false" name="p026-4" owner="5472" />
  80.     <card id="20182" file="card_20182.xml" marked="false" name="p028-1" owner="5472" />
  81.     <card id="20783" file="card_20783.xml" marked="false" name="p028-2" owner="5472" />
  82.     <card id="21125" file="card_21125.xml" marked="false" name="p028-3" owner="5472" />
  83.     <card id="21379" file="card_21379.xml" marked="false" name="p028-4" owner="5472" />
  84.     <card id="21594" file="card_21594.xml" marked="false" name="p028-5" owner="5472" />
  85.     <card id="21849" file="card_21849.xml" marked="false" name="p028-6" owner="5472" />
  86.     <card id="22093" file="card_22093.xml" marked="false" name="p028-7" owner="5472" />
  87.     <card id="22312" file="card_22312.xml" marked="false" name="p028-8" owner="5472" />
  88.     <card id="22585" file="card_22585.xml" marked="false" name="p028-9" owner="5472" />
  89.     <card id="20340" file="card_20340.xml" marked="false" name="p028-10" owner="5472" />
  90.     <card id="20570" file="card_20570.xml" marked="false" name="p028-11" owner="5472" />
  91.     <card id="22938" file="card_22938.xml" marked="false" name="p030-1" owner="5472" />
  92.     <card id="23046" file="card_23046.xml" marked="false" name="p030-2" owner="5472" />
  93.     <card id="23500" file="card_23500.xml" marked="false" name="p030-3" owner="5472" />
  94.     <card id="23571" file="card_23571.xml" marked="false" name="p030-4" owner="5472" />
  95.     <card id="23816" file="card_23816.xml" marked="false" name="p032-1" owner="5472" />
  96.     <card id="24135" file="card_24135.xml" marked="false" name="p032-2" owner="5472" />
  97.     <card id="24478" file="card_24478.xml" marked="false" name="p032-3" owner="5472" />
  98.     <card id="24675" file="card_24675.xml" marked="false" name="p032-4" owner="5472" />
  99.     <card id="24945" file="card_24945.xml" marked="false" name="p032-5" owner="5472" />
  100.     <card id="25293" file="card_25293.xml" marked="false" name="p034-1" owner="5472" />
  101.     <card id="25563" file="card_25563.xml" marked="false" name="p034-2" owner="5472" />
  102.     <card id="25612" file="card_25612.xml" marked="false" name="p034-3" owner="5472" />
  103.     <card id="25859" file="card_25859.xml" marked="false" name="p034-4" owner="5472" />
  104.     <card id="26142" file="card_26142.xml" marked="false" name="p034-5" owner="5472" />
  105.     <card id="26539" file="card_26539.xml" marked="false" name="p036-1" owner="5472" />
  106.     <card id="26722" file="card_26722.xml" marked="false" name="p036-2" owner="5472" />
  107.     <card id="27117" file="card_27117.xml" marked="false" name="p036-3" owner="5472" />
  108.     <card id="27384" file="card_27384.xml" marked="false" name="p036-4" owner="5472" />
  109.     <card id="27491" file="card_27491.xml" marked="false" name="p036-5" owner="5472" />
  110.     <card id="27862" file="card_27862.xml" marked="false" name="p036-6" owner="5472" />
  111.     <card id="28063" file="card_28063.xml" marked="false" name="p038-1" owner="5472" />
  112.     <card id="28393" file="card_28393.xml" marked="false" name="p038-2" owner="5472" />
  113.     <card id="28581" file="card_28581.xml" marked="false" name="p038-3" owner="5472" />
  114.     <card id="28835" file="card_28835.xml" marked="false" name="p038-4" owner="5472" />
  115.     <card id="29138" file="card_29138.xml" marked="false" name="p038-5" owner="5472" />
  116.     <card id="29236" file="card_29236.xml" marked="false" name="p040-1" owner="5472" />
  117.     <card id="29542" file="card_29542.xml" marked="false" name="p040-2" owner="5472" />
  118.     <card id="29851" file="card_29851.xml" marked="false" name="p040-3" owner="5472" />
  119.     <card id="30026" file="card_30026.xml" marked="false" name="p040-4" owner="5472" />
  120.     <card id="30290" file="card_30290.xml" marked="false" name="p040-5" owner="5472" />
  121.     <card id="30593" file="card_30593.xml" marked="false" name="p040-6" owner="5472" />
  122.     <card id="30785" file="card_30785.xml" marked="false" name="p042-1" owner="5472" />
  123.     <card id="30986" file="card_30986.xml" marked="false" name="p042-2" owner="5472" />
  124.     <card id="31259" file="card_31259.xml" marked="false" name="p042-3" owner="5472" />
  125.     <card id="31604" file="card_31604.xml" marked="false" name="p042-4" owner="5472" />
  126.     <card id="31770" file="card_31770.xml" marked="false" name="p042-5" owner="5472" />
  127.     <card id="32103" file="card_32103.xml" marked="false" name="p042-6" owner="5472" />
  128.     <card id="32295" file="card_32295.xml" marked="false" name="p042-7" owner="5472" />
  129.     <card id="49179" file="card_49179.xml" marked="false" name="p042-8" owner="5472" />
  130.     <card id="32646" file="card_32646.xml" marked="false" name="p044-1" owner="5472" />
  131.     <card id="32934" file="card_32934.xml" marked="false" name="p044-2" owner="5472" />
  132.     <card id="33210" file="card_33210.xml" marked="false" name="p044-3" owner="5472" />
  133.     <card id="33533" file="card_33533.xml" marked="false" name="p044-4" owner="5472" />
  134.     <card id="33687" file="card_33687.xml" marked="false" name="p044-5" owner="5472" />
  135.     <card id="33945" file="card_33945.xml" marked="false" name="p044-6" owner="5472" />
  136.     <card id="34060" file="card_34060.xml" marked="false" name="p046-1" owner="5472" />
  137.     <card id="34461" file="card_34461.xml" marked="false" name="p046-2" owner="5472" />
  138.     <card id="34651" file="card_34651.xml" marked="false" name="p046-3" owner="5472" />
  139.     <card id="34948" file="card_34948.xml" marked="false" name="p048-1" owner="5472" />
  140.     <card id="35304" file="card_35304.xml" marked="false" name="p048-2" owner="5472" />
  141.     <card id="35408" file="card_35408.xml" marked="false" name="p048-3" owner="5472" />
  142.     <card id="35748" file="card_35748.xml" marked="false" name="p050-1" owner="5472" />
  143.     <card id="35943" file="card_35943.xml" marked="false" name="p050-2" owner="5472" />
  144.     <card id="36160" file="card_36160.xml" marked="false" name="p050-3" owner="5472" />
  145.     <card id="36647" file="card_36647.xml" marked="false" name="p050-4" owner="5472" />
  146.     <card id="37102" file="card_37102.xml" marked="false" name="p052-1" owner="5472" />
  147.     <card id="37217" file="card_37217.xml" marked="false" name="p052-2" owner="5472" />
  148.     <card id="37534" file="card_37534.xml" marked="false" name="p052-3" owner="5472" />
  149.     <card id="37855" file="card_37855.xml" marked="false" name="p052-4" owner="5472" />
  150.     <card id="37904" file="card_37904.xml" marked="false" name="p052-5" owner="5472" />
  151.     <card id="38233" file="card_38233.xml" marked="false" name="p054-1" owner="5472" />
  152.     <card id="38590" file="card_38590.xml" marked="false" name="p054-2" owner="5472" />
  153.     <card id="38787" file="card_38787.xml" marked="false" name="p054-3" owner="5472" />
  154.     <card id="39002" file="card_39002.xml" marked="false" name="p054-4" owner="5472" />
  155.     <card id="39418" file="card_39418.xml" marked="false" name="p054-5" owner="5472" />
  156.     <card id="39531" file="card_39531.xml" marked="false" name="p056-1" owner="5472" />
  157.     <card id="39800" file="card_39800.xml" marked="false" name="p056-2" owner="5472" />
  158.     <card id="40047" file="card_40047.xml" marked="false" name="p056-3" owner="5472" />
  159.     <card id="40307" file="card_40307.xml" marked="false" name="p056-4" owner="5472" />
  160.     <card id="40686" file="card_40686.xml" marked="false" name="p058-1" owner="5472" />
  161.     <card id="40709" file="card_40709.xml" marked="false" name="p058-2" owner="5472" />
  162.     <card id="41094" file="card_41094.xml" marked="false" name="p058-3" owner="5472" />
  163.     <card id="41460" file="card_41460.xml" marked="false" name="p060-1" owner="5472" />
  164.     <card id="41694" file="card_41694.xml" marked="false" name="p060-2" owner="5472" />
  165.     <card id="41911" file="card_41911.xml" marked="false" name="p062-1" owner="5472" />
  166.     <card id="41996" file="card_41996.xml" marked="false" name="p062-2" owner="5472" />
  167.     <card id="42471" file="card_42471.xml" marked="false" name="p062-3" owner="5472" />
  168.     <card id="42595" file="card_42595.xml" marked="false" name="p062-4" owner="5472" />
  169.     <card id="42885" file="card_42885.xml" marked="false" name="p064-1" owner="5472" />
  170.     <card id="43183" file="card_43183.xml" marked="false" name="p064-2" owner="5472" />
  171.     <card id="43274" file="card_43274.xml" marked="false" name="p066-1" owner="5472" />
  172.     <card id="43532" file="card_43532.xml" marked="false" name="p066-2" owner="5472" />
  173.     <card id="43808" file="card_43808.xml" marked="false" name="p066-3" owner="5472" />
  174.     <card id="44243" file="card_44243.xml" marked="false" name="p066-4" owner="5472" />
  175.     <card id="44299" file="card_44299.xml" marked="false" name="p066-5" owner="5472" />
  176.     <card id="44708" file="card_44708.xml" marked="false" name="p066-6" owner="5472" />
  177.     <card id="44962" file="card_44962.xml" marked="false" name="p066-7" owner="5472" />
  178.     <card id="45235" file="card_45235.xml" marked="false" name="p068-1" owner="5472" />
  179.     <card id="45567" file="card_45567.xml" marked="false" name="p068-2" owner="5472" />
  180.     <card id="45666" file="card_45666.xml" marked="false" name="p068-3" owner="5472" />
  181.     <card id="45833" file="card_45833.xml" marked="false" name="p068-4" owner="5472" />
  182.     <card id="46208" file="card_46208.xml" marked="false" name="p068-5" owner="5472" />
  183.     <card id="46386" file="card_46386.xml" marked="false" name="p068-6" owner="5472" />
  184.     <card id="46763" file="card_46763.xml" marked="false" name="p070-1" owner="5472" />
  185.     <card id="47019" file="card_47019.xml" marked="false" name="p070-2" owner="5472" />
  186.     <card id="47155" file="card_47155.xml" marked="false" name="p070-3" owner="5472" />
  187.     <card id="47468" file="card_47468.xml" marked="false" name="p070-4" owner="5472" />
  188.     <card id="47826" file="card_47826.xml" marked="false" name="p070-5" owner="5472" />
  189.     <card id="48015" file="card_48015.xml" marked="false" name="p070-6" owner="5472" />
  190.     <card id="48279" file="card_48279.xml" marked="false" name="p072-1" owner="5472" />
  191.     <card id="48445" file="card_48445.xml" marked="false" name="p072-2" owner="5472" />
  192. </stack>
  193.